Your experiences with TDD [closed]

Posted by SkonJeet on Programmers See other posts from Programmers or by SkonJeet
Published on 2012-04-05T10:23:06Z Indexed on 2012/04/05 17:45 UTC
Read the original article Hit count: 274

Filed under:
|
|

In your experience, does TDD prove to be a useful approach in all development projects? Do you take the approach of TDD even when working on an existing project? Also, how does mocking tie in with a TDD discipline?

I'm not looking for opinions, I'm looking for developers' advice, tips and learning resources regarding TDD's usage based on their experience. I'm going to spend the day equipping myself with enough knowledge about TDD to start making small steps towards using it but I don't know to what extent I should be using it.

© Programmers or respective owner

Related posts about unit-testing

Related posts about mocking